Glc_lib version 1.1.0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    glc_lib  most recent diff


    version 1.1.0

      View the most recent changes for the glc_lib port at: glc_lib.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for glc_lib.
      The raw portfile for glc_lib 1.1.0 is located here:
      http://glc_lib.darwinports.com/dports/graphics/GLC_lib/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/glc_lib


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The glc_lib Portfile 54848 2009-08-03 02:43:39Z ryandesign macports.org $

      PortSystem 1.0

      Category: graphics
      Platform: darwin

      Name: GLC_lib
      Version: 1.1.0
      Maintainers: lilalinux.net:macports
      Description: C++ class library that enables the quick creation of an OpenGL application based on QT4.
      Long Description: C++ class library that enables the quick creation of an OpenGL application based on QT4.

      Homepage: http://www.glc-lib.net/

      depends_lib port:qt4-mac

      Master Sites: sourceforge:glc-lib
      distname GLC_lib_src_$version

      Checksums: md5 e62ce3b3d7f8925bda8a51e9c0cf5e81 sha1 89761029f621de24abe324da5836ca1d7c73356b rmd160 edc35b27107952360b3f84cd8c6afb14770ed10b

      use_zip yes

      Patch Files: patch-GLC_lib.pro.diff

      set qt_dir ${prefix}/libexec/qt4-mac

      configure.pre_args INSTALLDIR=${prefix}/lib
      configure.cmd ${qt_dir}/bin/qmake GLC_lib.pro PREFIX=${prefix}

      use_parallel_build yes

      build.env QTDIR=${qt_dir} PREFIX=${prefix}

      post-build {
      system "install_name_tool -id ${qt_dir}/lib/libGLC_lib.dylib ${worksrcpath}/libGLC_lib.dylib"
      }

      destroot.env QTDIR=${qt_dir} INSTALL_ROOT=${destroot}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/glc_lib
      % sudo port install glc_lib
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching glc_lib
      ---> Verifying checksum for glc_lib
      ---> Extracting glc_lib
      ---> Configuring glc_lib
      ---> Building glc_lib with target all
      ---> Staging glc_lib into destroot
      ---> Installing glc_lib
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using glc_lib with these commands:
      %  man glc_lib
      % apropos glc_lib
      % which glc_lib
      % locate glc_lib

     Where to find more information:

    Darwin Ports



    Lightbox this page.